projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88ed5af
)
Add missing $(EXEEXT)
author
Kouhei Sutou
<kou@clear-code.com>
Sat, 19 Jan 2013 13:08:13 +0000
(22:08 +0900)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 21 Jan 2013 03:23:20 +0000
(22:23 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=692073
gtk/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/Makefile.am
b/gtk/Makefile.am
index 510021bb7c3cc48658f4acde3ab4a731fada59b4..19c8e10ff0a6b5e5df8b4e0a02e75d7e7a392fb5 100644
(file)
--- a/
gtk/Makefile.am
+++ b/
gtk/Makefile.am
@@
-1657,7
+1657,7
@@
else
if CROSS_COMPILING
gtk_update_icon_cache_program = ./native/native-update-icon-cache
else
-gtk_update_icon_cache_program = ./gtk-update-icon-cache
+gtk_update_icon_cache_program = ./gtk-update-icon-cache
$(EXEEXT)
endif
endif